feat: add GitHub Actions integration test workflow with full cross-process e2e coverage#11
Closed
Copilot wants to merge 4 commits into
Closed
feat: add GitHub Actions integration test workflow with full cross-process e2e coverage#11Copilot wants to merge 4 commits into
Copilot wants to merge 4 commits into
Conversation
…e2e tests Agent-Logs-Url: https://github.com/codeSamuraii/pyfuse/sessions/925ac194-398a-43f8-aba9-4fc0abfedaad Co-authored-by: codeSamuraii <17270548+codeSamuraii@users.noreply.github.com>
Agent-Logs-Url: https://github.com/codeSamuraii/pyfuse/sessions/925ac194-398a-43f8-aba9-4fc0abfedaad Co-authored-by: codeSamuraii <17270548+codeSamuraii@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
codeSamuraii
April 21, 2026 19:44
View session
…ckends - conftest.py: add `-u` flag for unbuffered Python output in worker subprocess - conftest.py: replace subprocess.PIPE pair with stdout=DEVNULL + stderr-watching background thread; this prevents pipe-buffer deadlocks and detects readiness from the "Listening for tasks" log line (works for all backends incl. sandbox) - conftest.py: wait up to 120 s for worker readiness (instead of 4 s sleep); sandbox container boot can take ~60 s on a cold CI runner - conftest.py: amqp URL now includes ?heartbeat=600 to prevent AMQP idle-disconnect; without this the default 60 s heartbeat causes the listen() generator to exit and stops the worker consuming any tasks - integration.yml: use rabbitmq:3-management-alpine (matches unit-tests job) Agent-Logs-Url: https://github.com/codeSamuraii/pyfuse/sessions/3fc206b9-a7f6-45e5-9770-7a59c2f59f3c Co-authored-by: codeSamuraii <17270548+codeSamuraii@users.noreply.github.com>
Agent-Logs-Url: https://github.com/codeSamuraii/pyfuse/sessions/3fc206b9-a7f6-45e5-9770-7a59c2f59f3c Co-authored-by: codeSamuraii <17270548+codeSamuraii@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
conftest.py: replacesubprocess.PIPEpair withstdout=DEVNULL+ stderr-watching daemon thread; add-ufor unbuffered output; detect readiness from "Listening for tasks" log line; wait up to 120 s (supports sandbox boot)conftest.py: setamqp://localhost?heartbeat=600to prevent AMQP idle-disconnectintegration.yml: userabbitmq:3-management-alpine(matches unit-tests job)except Exceptionin watcher thread